From 1a9d75eaf8a4331aa33c1725c33325e306e8a3a7 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Tue, 30 Oct 2018 20:19:38 -0500 Subject: [PATCH] Use proper path in package_data --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2122e22..7a2dcbb 100644 --- a/setup.py +++ b/setup.py @@ -166,7 +166,7 @@ setup( # installed, specify them here. If using Python 2.6 or less, then these # have to be included in MANIFEST.in as well. package_data={ - 'pgwui_core': ['src/pgwui_core/VERSION'], + 'pgwui_core': ['VERSION'], }, # To provide executable scripts, use entry points in preference to the -- 2.34.1